﻿2026-06-15T08:24:02.6414089Z Current runner version: '2.335.1'
2026-06-15T08:24:02.6419314Z Runner name: 'kitsubito'
2026-06-15T08:24:02.6419956Z Runner group name: 'Default'
2026-06-15T08:24:02.6420840Z Machine name: 'KITSUBITO'
2026-06-15T08:24:02.6423224Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T08:24:02.6425180Z Contents: read
2026-06-15T08:24:02.6425734Z Metadata: read
2026-06-15T08:24:02.6426218Z Packages: read
2026-06-15T08:24:02.6426692Z ##[endgroup]
2026-06-15T08:24:02.6428447Z Secret source: Actions
2026-06-15T08:24:02.6429167Z Prepare workflow directory
2026-06-15T08:24:02.6905953Z Prepare all required actions
2026-06-15T08:24:02.6936173Z Getting action download info
2026-06-15T08:24:03.4252604Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T08:24:04.3725561Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-15T08:24:04.4574602Z ##[group]Run actions/checkout@v5
2026-06-15T08:24:04.4575400Z with:
2026-06-15T08:24:04.4575790Z   fetch-depth: 0
2026-06-15T08:24:04.4576270Z   repository: SaberMage/spt-core
2026-06-15T08:24:04.4579901Z   token: ***
2026-06-15T08:24:04.4580301Z   ssh-strict: true
2026-06-15T08:24:04.4580695Z   ssh-user: git
2026-06-15T08:24:04.4581094Z   persist-credentials: true
2026-06-15T08:24:04.4581528Z   clean: true
2026-06-15T08:24:04.4581928Z   sparse-checkout-cone-mode: true
2026-06-15T08:24:04.4582387Z   fetch-tags: false
2026-06-15T08:24:04.4582792Z   show-progress: true
2026-06-15T08:24:04.4583201Z   lfs: false
2026-06-15T08:24:04.4583593Z   submodules: false
2026-06-15T08:24:04.4584014Z   set-safe-directory: true
2026-06-15T08:24:04.4584658Z ##[endgroup]
2026-06-15T08:24:04.5401463Z Syncing repository: SaberMage/spt-core
2026-06-15T08:24:04.5403090Z ##[group]Getting Git version info
2026-06-15T08:24:04.5403884Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T08:24:04.5404924Z [command]/usr/bin/git version
2026-06-15T08:24:04.5405385Z git version 2.43.0
2026-06-15T08:24:04.5421592Z ##[endgroup]
2026-06-15T08:24:04.5433007Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f2722ebd-2d22-447b-baaf-ea9779a42321' before making global git config changes
2026-06-15T08:24:04.5434333Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:24:04.5435850Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T08:24:04.5469778Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T08:24:04.5488346Z https://github.com/SaberMage/spt-core
2026-06-15T08:24:04.5497966Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T08:24:04.5500475Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T08:24:04.5526678Z refs/heads/main
2026-06-15T08:24:04.5533737Z [command]/usr/bin/git checkout --detach
2026-06-15T08:24:04.5648598Z HEAD is now at 48883b3 test(attach): fix resize test hang under parallel nextest + add kill-timeout
2026-06-15T08:24:04.5685773Z [command]/usr/bin/git branch --delete --force main
2026-06-15T08:24:04.5712050Z Deleted branch main (was 48883b3).
2026-06-15T08:24:04.5783400Z ##[endgroup]
2026-06-15T08:24:04.5785041Z [command]/usr/bin/git submodule status
2026-06-15T08:24:04.5970362Z ##[group]Cleaning the repository
2026-06-15T08:24:04.5971734Z [command]/usr/bin/git clean -ffdx
2026-06-15T08:24:07.2597294Z Removing target/
2026-06-15T08:24:07.2608335Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T08:24:07.2670273Z HEAD is now at 48883b3 test(attach): fix resize test hang under parallel nextest + add kill-timeout
2026-06-15T08:24:07.2675035Z ##[endgroup]
2026-06-15T08:24:07.2676788Z ##[group]Disabling automatic garbage collection
2026-06-15T08:24:07.2680624Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T08:24:07.2705147Z ##[endgroup]
2026-06-15T08:24:07.2705796Z ##[group]Setting up auth
2026-06-15T08:24:07.2711785Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:24:07.2735624Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T08:24:07.2930423Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:24:07.2954960Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T08:24:07.3141716Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:24:07.3166653Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T08:24:07.3353863Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T08:24:07.3385310Z ##[endgroup]
2026-06-15T08:24:07.3385800Z ##[group]Fetching the repository
2026-06-15T08:24:07.3392314Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-06-15T08:24:08.3571437Z [command]/usr/bin/git branch --list --remote origin/main
2026-06-15T08:24:08.3601846Z   origin/main
2026-06-15T08:24:08.3608148Z [command]/usr/bin/git rev-parse refs/remotes/origin/main
2026-06-15T08:24:08.3627201Z 48883b3dc43e0d620b3fbea0914affb67c2eca4b
2026-06-15T08:24:08.3631031Z ##[endgroup]
2026-06-15T08:24:08.3631436Z ##[group]Determining the checkout info
2026-06-15T08:24:08.3631938Z ##[endgroup]
2026-06-15T08:24:08.3635239Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T08:24:08.3673492Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T08:24:08.3698192Z ##[group]Checking out the ref
2026-06-15T08:24:08.3701221Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-15T08:24:08.3747108Z Switched to a new branch 'main'
2026-06-15T08:24:08.3747761Z branch 'main' set up to track 'origin/main'.
2026-06-15T08:24:08.3753457Z ##[endgroup]
2026-06-15T08:24:08.3786675Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T08:24:08.3809276Z 48883b3dc43e0d620b3fbea0914affb67c2eca4b
2026-06-15T08:24:08.3989786Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T08:24:08.3990258Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T08:24:08.4008415Z shell: /usr/bin/bash -e {0}
2026-06-15T08:24:08.4008653Z ##[endgroup]
2026-06-15T08:24:08.4091733Z ##[group]Run set -euo pipefail
2026-06-15T08:24:08.4092038Z [36;1mset -euo pipefail[0m
2026-06-15T08:24:08.4092247Z [36;1mPIN=0c95435[0m
2026-06-15T08:24:08.4092462Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T08:24:08.4092711Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T08:24:08.4093054Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T08:24:08.4093487Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T08:24:08.4093901Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T08:24:08.4094246Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T08:24:08.4094480Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T08:24:08.4094743Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T08:24:08.4095062Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T08:24:08.4095405Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T08:24:08.4095701Z [36;1mfi[0m
2026-06-15T08:24:08.4096006Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T08:24:08.4109838Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T08:24:08.4110122Z env:
2026-06-15T08:24:08.4110307Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T08:24:08.4110723Z ##[endgroup]
2026-06-15T08:24:08.6787030Z    Compiling proc-macro2 v1.0.106
2026-06-15T08:24:08.6788413Z    Compiling unicode-ident v1.0.24
2026-06-15T08:24:08.6788823Z    Compiling quote v1.0.45
2026-06-15T08:24:08.6789266Z    Compiling libc v0.2.186
2026-06-15T08:24:08.6789685Z    Compiling serde_core v1.0.228
2026-06-15T08:24:08.6791286Z    Compiling cfg-if v1.0.4
2026-06-15T08:24:08.6813381Z    Compiling serde v1.0.228
2026-06-15T08:24:08.6853144Z    Compiling log v0.4.32
2026-06-15T08:24:08.6891114Z    Compiling pin-project-lite v0.2.17
2026-06-15T08:24:08.6891905Z    Compiling portable-atomic v1.13.1
2026-06-15T08:24:08.6991646Z    Compiling typenum v1.20.1
2026-06-15T08:24:08.6992841Z    Compiling version_check v0.9.5
2026-06-15T08:24:08.7041417Z    Compiling memchr v2.8.1
2026-06-15T08:24:08.7081778Z    Compiling critical-section v1.2.0
2026-06-15T08:24:08.7117357Z    Compiling shlex v2.0.1
2026-06-15T08:24:08.7405238Z    Compiling find-msvc-tools v0.1.9
2026-06-15T08:24:08.7731400Z    Compiling subtle v2.6.1
2026-06-15T08:24:08.7829246Z    Compiling bytes v1.11.1
2026-06-15T08:24:08.8035899Z    Compiling futures-core v0.3.32
2026-06-15T08:24:08.9530944Z    Compiling smallvec v1.15.1
2026-06-15T08:24:08.9667282Z    Compiling equivalent v1.0.2
2026-06-15T08:24:08.9704345Z    Compiling itoa v1.0.18
2026-06-15T08:24:08.9741056Z    Compiling semver v1.0.28
2026-06-15T08:24:09.0011350Z    Compiling stable_deref_trait v1.2.1
2026-06-15T08:24:09.0481518Z    Compiling futures-io v0.3.32
2026-06-15T08:24:09.0580827Z    Compiling slab v0.4.12
2026-06-15T08:24:09.0650901Z    Compiling futures-sink v0.3.32
2026-06-15T08:24:09.0961315Z    Compiling generic-array v0.14.7
2026-06-15T08:24:09.0991176Z    Compiling futures-task v0.3.32
2026-06-15T08:24:09.1570927Z    Compiling futures-channel v0.3.32
2026-06-15T08:24:09.1900990Z    Compiling bitflags v2.12.1
2026-06-15T08:24:09.2030546Z    Compiling hashbrown v0.17.1
2026-06-15T08:24:09.2490817Z    Compiling rustversion v1.0.22
2026-06-15T08:24:09.2661170Z    Compiling cpufeatures v0.2.17
2026-06-15T08:24:09.2814732Z    Compiling fnv v1.0.7
2026-06-15T08:24:09.3110688Z    Compiling rustc_version v0.4.1
2026-06-15T08:24:09.3296535Z    Compiling rand_core v0.10.1
2026-06-15T08:24:09.3357445Z    Compiling cfg_aliases v0.2.1
2026-06-15T08:24:09.3504085Z    Compiling strsim v0.11.1
2026-06-15T08:24:09.4068074Z    Compiling writeable v0.6.3
2026-06-15T08:24:09.4230445Z    Compiling litemap v0.8.2
2026-06-15T08:24:09.4320680Z    Compiling dunce v1.0.5
2026-06-15T08:24:09.4789818Z    Compiling icu_properties_data v2.2.0
2026-06-15T08:24:09.4941137Z    Compiling fs_extra v1.3.0
2026-06-15T08:24:09.5247662Z    Compiling ident_case v1.0.1
2026-06-15T08:24:09.6280792Z    Compiling getrandom v0.4.2
2026-06-15T08:24:09.6514177Z    Compiling utf8_iter v1.0.4
2026-06-15T08:24:09.6750891Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T08:24:09.7332919Z    Compiling percent-encoding v2.3.2
2026-06-15T08:24:09.7977135Z    Compiling autocfg v1.5.1
2026-06-15T08:24:09.8730929Z    Compiling http v1.4.1
2026-06-15T08:24:09.8787089Z    Compiling thiserror v2.0.18
2026-06-15T08:24:09.8890848Z    Compiling aws-lc-rs v1.17.0
2026-06-15T08:24:09.9330329Z    Compiling unicode-segmentation v1.13.3
2026-06-15T08:24:09.9391231Z    Compiling cpufeatures v0.3.0
2026-06-15T08:24:09.9540581Z    Compiling scopeguard v1.2.0
2026-06-15T08:24:09.9645604Z    Compiling form_urlencoded v1.2.2
2026-06-15T08:24:10.0070988Z    Compiling indexmap v2.14.0
2026-06-15T08:24:10.0270658Z    Compiling lock_api v0.4.14
2026-06-15T08:24:10.0650462Z    Compiling chacha20 v0.10.0
2026-06-15T08:24:10.1349183Z    Compiling syn v2.0.117
2026-06-15T08:24:10.1660505Z    Compiling untrusted v0.9.0
2026-06-15T08:24:10.1950998Z    Compiling heck v0.5.0
2026-06-15T08:24:10.2170687Z    Compiling rustls v0.23.40
2026-06-15T08:24:10.2557622Z    Compiling anyhow v1.0.102
2026-06-15T08:24:10.2920323Z    Compiling const-oid v0.10.2
2026-06-15T08:24:10.3190743Z    Compiling unicode-xid v0.2.6
2026-06-15T08:24:10.3548684Z    Compiling atomic-waker v1.1.2
2026-06-15T08:24:10.3983455Z    Compiling zerocopy v0.8.50
2026-06-15T08:24:10.4117564Z    Compiling parking_lot_core v0.9.12
2026-06-15T08:24:10.4158195Z    Compiling jobserver v0.1.34
2026-06-15T08:24:10.4389371Z    Compiling httparse v1.10.1
2026-06-15T08:24:10.4461175Z    Compiling paste v1.0.15
2026-06-15T08:24:10.4661036Z    Compiling num-traits v0.2.19
2026-06-15T08:24:10.4850889Z    Compiling convert_case v0.10.0
2026-06-15T08:24:10.5654263Z    Compiling hybrid-array v0.4.12
2026-06-15T08:24:10.6430535Z    Compiling curve25519-dalek v4.1.3
2026-06-15T08:24:10.6590727Z    Compiling ahash v0.8.12
2026-06-15T08:24:10.6920772Z    Compiling cc v1.2.63
2026-06-15T08:24:10.7083406Z    Compiling powerfmt v0.2.0
2026-06-15T08:24:10.8131053Z    Compiling base64ct v1.8.3
2026-06-15T08:24:10.8320691Z    Compiling either v1.16.0
2026-06-15T08:24:10.8451310Z    Compiling fastrand v2.4.1
2026-06-15T08:24:10.9000887Z    Compiling crypto-common v0.1.7
2026-06-15T08:24:10.9190788Z    Compiling block-buffer v0.10.4
2026-06-15T08:24:10.9950562Z    Compiling deranged v0.5.8
2026-06-15T08:24:11.0320589Z    Compiling digest v0.10.7
2026-06-15T08:24:11.0391237Z    Compiling http-body v1.0.1
2026-06-15T08:24:11.1340976Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T08:24:11.1921213Z    Compiling vcpkg v0.2.15
2026-06-15T08:24:11.1990555Z    Compiling num-conv v0.2.2
2026-06-15T08:24:11.2380813Z    Compiling data-encoding v2.11.0
2026-06-15T08:24:11.2509156Z    Compiling pkg-config v0.3.33
2026-06-15T08:24:11.2611104Z    Compiling tower-service v0.3.3
2026-06-15T08:24:11.2833618Z    Compiling zmij v1.0.21
2026-06-15T08:24:11.2904618Z    Compiling base64 v0.22.1
2026-06-15T08:24:11.3520859Z    Compiling tinyvec_macros v0.1.1
2026-06-15T08:24:11.4070864Z    Compiling mio v1.2.1
2026-06-15T08:24:11.4230567Z    Compiling socket2 v0.6.4
2026-06-15T08:24:11.4560933Z    Compiling getrandom v0.2.17
2026-06-15T08:24:11.6859847Z    Compiling rand_core v0.6.4
2026-06-15T08:24:11.7003630Z    Compiling time-core v0.1.8
2026-06-15T08:24:11.7212788Z    Compiling try-lock v0.2.5
2026-06-15T08:24:11.7660649Z    Compiling rand v0.10.1
2026-06-15T08:24:11.8051228Z    Compiling want v0.3.1
2026-06-15T08:24:11.8403496Z    Compiling parking_lot v0.12.5
2026-06-15T08:24:11.8638735Z    Compiling tinyvec v1.11.0
2026-06-15T08:24:11.9062295Z    Compiling sha2 v0.10.9
2026-06-15T08:24:11.9259333Z    Compiling crypto-common v0.2.2
2026-06-15T08:24:11.9559232Z    Compiling block-buffer v0.12.0
2026-06-15T08:24:12.0810670Z    Compiling cmake v0.1.58
2026-06-15T08:24:12.2160647Z    Compiling inout v0.1.4
2026-06-15T08:24:12.2230900Z    Compiling vergen-lib v9.1.0
2026-06-15T08:24:12.2660807Z    Compiling n0-future v0.3.2
2026-06-15T08:24:12.3340501Z    Compiling signature v2.2.0
2026-06-15T08:24:12.3802286Z    Compiling spin v0.10.0
2026-06-15T08:24:12.3841186Z    Compiling httpdate v1.0.3
2026-06-15T08:24:12.3950726Z    Compiling winnow v1.0.3
2026-06-15T08:24:12.4089594Z    Compiling crossbeam-utils v0.8.21
2026-06-15T08:24:12.4774621Z    Compiling cordyceps v0.3.4
2026-06-15T08:24:12.5050771Z    Compiling serde_json v1.0.150
2026-06-15T08:24:12.5334171Z    Compiling diatomic-waker v0.2.3
2026-06-15T08:24:12.5662120Z    Compiling parking v2.2.1
2026-06-15T08:24:12.6023312Z    Compiling ed25519 v2.2.3
2026-06-15T08:24:12.6360915Z    Compiling cipher v0.4.4
2026-06-15T08:24:12.6850878Z    Compiling netlink-packet-core v0.8.1
2026-06-15T08:24:12.7185824Z    Compiling futures-lite v2.6.1
2026-06-15T08:24:12.7211317Z    Compiling universal-hash v0.5.1
2026-06-15T08:24:12.7441025Z    Compiling vergen v9.1.0
2026-06-15T08:24:12.7573786Z    Compiling vergen-lib v0.1.6
2026-06-15T08:24:12.8217832Z    Compiling futures-buffered v0.2.13
2026-06-15T08:24:12.8298063Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T08:24:12.8374177Z    Compiling heapless v0.7.17
2026-06-15T08:24:12.8492996Z    Compiling noq-udp v0.10.0
2026-06-15T08:24:12.8871482Z    Compiling sync_wrapper v1.0.2
2026-06-15T08:24:12.9010730Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T08:24:12.9572282Z    Compiling allocator-api2 v0.2.21
2026-06-15T08:24:12.9740749Z    Compiling byteorder v1.5.0
2026-06-15T08:24:12.9890845Z    Compiling digest v0.11.3
2026-06-15T08:24:13.0220168Z    Compiling opaque-debug v0.3.1
2026-06-15T08:24:13.0860729Z    Compiling aws-lc-sys v0.41.0
2026-06-15T08:24:13.0970937Z    Compiling ring v0.17.14
2026-06-15T08:24:13.1100263Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T08:24:13.1209652Z    Compiling polyval v0.6.2
2026-06-15T08:24:13.1741493Z    Compiling hash32 v0.2.1
2026-06-15T08:24:13.2048786Z    Compiling vergen-gitcl v1.0.8
2026-06-15T08:24:13.2660850Z    Compiling spin v0.9.8
2026-06-15T08:24:13.3810860Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T08:24:13.3870927Z    Compiling signature v3.0.0
2026-06-15T08:24:13.4240866Z    Compiling fallible-iterator v0.3.0
2026-06-15T08:24:13.4790508Z    Compiling num_threads v0.1.7
2026-06-15T08:24:13.5210474Z    Compiling ryu v1.0.23
2026-06-15T08:24:13.5281643Z    Compiling tower-layer v0.3.3
2026-06-15T08:24:13.5647953Z    Compiling ghash v0.5.1
2026-06-15T08:24:13.6171347Z    Compiling time v0.3.47
2026-06-15T08:24:13.6631721Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T08:24:13.6991309Z    Compiling ctr v0.9.2
2026-06-15T08:24:13.7136731Z    Compiling aes v0.8.4
2026-06-15T08:24:13.7280903Z    Compiling http-body-util v0.1.3
2026-06-15T08:24:13.8080383Z    Compiling aead v0.5.2
2026-06-15T08:24:13.8564446Z    Compiling openssl-probe v0.2.1
2026-06-15T08:24:13.9116292Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T08:24:13.9200882Z    Compiling crossbeam-channel v0.5.15
2026-06-15T08:24:14.0060847Z    Compiling blake3 v1.8.5
2026-06-15T08:24:14.0400784Z    Compiling netlink-packet-route v0.29.0
2026-06-15T08:24:14.0591538Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T08:24:14.1080883Z    Compiling uuid v1.23.2
2026-06-15T08:24:14.2550718Z    Compiling memoffset v0.6.5
2026-06-15T08:24:14.3631275Z    Compiling aes-gcm v0.10.3
2026-06-15T08:24:14.3980620Z    Compiling acto v0.8.2
2026-06-15T08:24:14.4151174Z    Compiling netwatch v0.16.0
2026-06-15T08:24:14.5480273Z    Compiling noq v0.18.0
2026-06-15T08:24:14.5676118Z    Compiling mac-addr v0.3.0
2026-06-15T08:24:14.5735948Z    Compiling identity-hash v0.1.0
2026-06-15T08:24:14.6315345Z    Compiling rustc-hash v2.1.2
2026-06-15T08:24:14.6480635Z    Compiling ref-cast v1.0.25
2026-06-15T08:24:14.6582507Z    Compiling xml-rs v0.8.28
2026-06-15T08:24:14.6684874Z    Compiling tagptr v0.2.0
2026-06-15T08:24:14.7578751Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T08:24:14.7745279Z    Compiling rustix v1.1.4
2026-06-15T08:24:14.7808640Z    Compiling foldhash v0.2.0
2026-06-15T08:24:14.8011003Z    Compiling lru-slab v0.1.2
2026-06-15T08:24:14.9211213Z    Compiling thiserror v1.0.69
2026-06-15T08:24:14.9351234Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T08:24:14.9890745Z    Compiling hashbrown v0.16.1
2026-06-15T08:24:15.1450703Z    Compiling netlink-packet-route v0.30.0
2026-06-15T08:24:15.2108794Z    Compiling ioctl-rs v0.1.6
2026-06-15T08:24:15.2539207Z    Compiling errno v0.3.14
2026-06-15T08:24:15.2593887Z    Compiling serial-core v0.4.0
2026-06-15T08:24:15.3040889Z    Compiling termios v0.2.2
2026-06-15T08:24:15.3820957Z    Compiling simple-dns v0.9.3
2026-06-15T08:24:15.4267869Z    Compiling xmltree v0.10.3
2026-06-15T08:24:15.4298715Z    Compiling aho-corasick v1.1.4
2026-06-15T08:24:15.6660782Z    Compiling synstructure v0.13.2
2026-06-15T08:24:15.7620439Z    Compiling darling_core v0.20.11
2026-06-15T08:24:15.8476215Z    Compiling proc-macro-crate v3.5.0
2026-06-15T08:24:15.8867316Z    Compiling serde_derive_internals v0.29.1
2026-06-15T08:24:16.0594507Z    Compiling toml_write v0.1.2
2026-06-15T08:24:16.2202566Z    Compiling winnow v0.7.15
2026-06-15T08:24:16.2430547Z    Compiling linux-raw-sys v0.12.1
2026-06-15T08:24:16.2888794Z    Compiling arrayref v0.3.9
2026-06-15T08:24:16.3497975Z    Compiling signal-hook v0.3.18
2026-06-15T08:24:16.3530577Z    Compiling regex-syntax v0.8.10
2026-06-15T08:24:16.3690601Z    Compiling simdutf8 v0.1.5
2026-06-15T08:24:16.5105106Z    Compiling constant_time_eq v0.4.2
2026-06-15T08:24:16.5427475Z    Compiling sha1_smol v1.0.1
2026-06-15T08:24:16.6840775Z    Compiling resolv-conf v0.7.6
2026-06-15T08:24:16.6948740Z    Compiling arrayvec v0.7.6
2026-06-15T08:24:16.7480536Z    Compiling smol_str v0.1.24
2026-06-15T08:24:16.9720873Z    Compiling lru v0.16.4
2026-06-15T08:24:17.0013662Z    Compiling darling_core v0.23.0
2026-06-15T08:24:17.1581067Z    Compiling serial-unix v0.4.0
2026-06-15T08:24:17.2107930Z    Compiling signal-hook-registry v1.4.8
2026-06-15T08:24:17.3920810Z    Compiling serde_bytes v0.11.19
2026-06-15T08:24:17.5361226Z    Compiling serde_derive v1.0.228
2026-06-15T08:24:17.5936957Z    Compiling zeroize_derive v1.4.3
2026-06-15T08:24:17.6461228Z    Compiling tokio-macros v2.7.0
2026-06-15T08:24:17.7370630Z    Compiling futures-macro v0.3.32
2026-06-15T08:24:18.0810811Z    Compiling zerofrom-derive v0.1.7
2026-06-15T08:24:18.2722258Z    Compiling zeroize v1.8.2
2026-06-15T08:24:18.3719403Z    Compiling tokio v1.52.3
2026-06-15T08:24:18.4876403Z    Compiling yoke-derive v0.8.2
2026-06-15T08:24:18.7391780Z    Compiling zerovec-derive v0.11.3
2026-06-15T08:24:18.7550624Z    Compiling futures-util v0.3.32
2026-06-15T08:24:18.9606992Z    Compiling displaydoc v0.2.6
2026-06-15T08:24:19.0610825Z    Compiling tracing-attributes v0.1.31
2026-06-15T08:24:19.1410592Z    Compiling rustls-pki-types v1.14.1
2026-06-15T08:24:19.6100819Z    Compiling zerofrom v0.1.8
2026-06-15T08:24:19.7477685Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T08:24:19.7775151Z    Compiling thiserror-impl v2.0.18
2026-06-15T08:24:19.8850917Z    Compiling yoke v0.8.3
2026-06-15T08:24:20.1370625Z    Compiling zerotrie v0.2.4
2026-06-15T08:24:20.2600919Z    Compiling zerovec v0.11.6
2026-06-15T08:24:20.4590674Z    Compiling darling_macro v0.20.11
2026-06-15T08:24:20.4830549Z    Compiling derive_more-impl v2.1.1
2026-06-15T08:24:20.5486399Z    Compiling n0-error-macros v0.1.3
2026-06-15T08:24:20.6721218Z    Compiling spez v0.1.2
2026-06-15T08:24:20.8430383Z    Compiling darling v0.20.11
2026-06-15T08:24:20.9070945Z    Compiling derive_builder_core v0.20.2
2026-06-15T08:24:20.9106766Z    Compiling der v0.8.0-rc.10
2026-06-15T08:24:21.0770816Z    Compiling tinystr v0.8.3
2026-06-15T08:24:21.0813883Z    Compiling potential_utf v0.1.5
2026-06-15T08:24:21.2657525Z    Compiling icu_locale_core v2.2.0
2026-06-15T08:24:21.2767003Z    Compiling icu_collections v2.2.0
2026-06-15T08:24:21.6931119Z    Compiling pin-project-internal v1.1.13
2026-06-15T08:24:21.7900662Z    Compiling n0-error v0.1.3
2026-06-15T08:24:22.0806553Z    Compiling cobs v0.3.0
2026-06-15T08:24:22.2031181Z    Compiling ed25519-dalek v2.2.0
2026-06-15T08:24:22.3132121Z    Compiling spki v0.8.0-rc.4
2026-06-15T08:24:22.3592211Z    Compiling derive_builder_macro v0.20.2
2026-06-15T08:24:22.5140894Z    Compiling icu_provider v2.2.0
2026-06-15T08:24:22.6219579Z    Compiling ipnet v2.12.0
2026-06-15T08:24:22.6401452Z    Compiling derive_builder v0.20.2
2026-06-15T08:24:22.6931042Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T08:24:22.8380563Z    Compiling futures-executor v0.3.32
2026-06-15T08:24:22.8610439Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T08:24:22.9424919Z    Compiling icu_normalizer v2.2.0
2026-06-15T08:24:23.0090779Z    Compiling icu_properties v2.2.0
2026-06-15T08:24:23.0612441Z    Compiling prefix-trie v0.8.4
2026-06-15T08:24:23.0741159Z    Compiling futures v0.3.32
2026-06-15T08:24:23.1340574Z    Compiling pin-project v1.1.13
2026-06-15T08:24:23.2826382Z    Compiling spt-proto v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T08:24:23.4350858Z    Compiling once_cell v1.21.4
2026-06-15T08:24:23.4830499Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T08:24:23.5130720Z    Compiling postcard-derive v0.2.2
2026-06-15T08:24:23.7460064Z    Compiling tracing-core v0.1.36
2026-06-15T08:24:23.9918024Z    Compiling data-encoding-macro v0.1.20
2026-06-15T08:24:24.0010664Z    Compiling rustls-native-certs v0.8.4
2026-06-15T08:24:24.0530717Z    Compiling hashbrown v0.14.5
2026-06-15T08:24:24.0761201Z    Compiling strum_macros v0.28.0
2026-06-15T08:24:24.1141424Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T08:24:24.1568593Z    Compiling postcard v1.1.3
2026-06-15T08:24:24.3540357Z    Compiling tracing v0.1.44
2026-06-15T08:24:24.3643714Z    Compiling async-trait v0.1.89
2026-06-15T08:24:24.4560119Z    Compiling idna_adapter v1.2.2
2026-06-15T08:24:24.5592035Z    Compiling tokio-util v0.7.18
2026-06-15T08:24:24.5630932Z    Compiling idna v1.1.0
2026-06-15T08:24:24.6261423Z    Compiling netlink-sys v0.8.8
2026-06-15T08:24:24.7183610Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T08:24:24.7340945Z    Compiling tower v0.5.3
2026-06-15T08:24:24.8427425Z    Compiling hashlink v0.9.1
2026-06-15T08:24:24.8941013Z    Compiling enum-assoc v1.3.0
2026-06-15T08:24:24.9138380Z    Compiling num_enum_derive v0.7.6
2026-06-15T08:24:24.9711399Z    Compiling netlink-proto v0.12.0
2026-06-15T08:24:25.1066033Z    Compiling url v2.5.8
2026-06-15T08:24:25.2127675Z    Compiling derive_more v2.1.1
2026-06-15T08:24:25.2160285Z    Compiling netdev v0.42.0
2026-06-15T08:24:25.2540389Z    Compiling rusqlite v0.32.1
2026-06-15T08:24:25.2727445Z    Compiling iroh-metrics v0.38.3
2026-06-15T08:24:25.3841417Z    Compiling iroh-relay v0.98.0
2026-06-15T08:24:25.4116511Z    Compiling moka v0.12.15
2026-06-15T08:24:25.4656705Z    Compiling toml_datetime v0.6.11
2026-06-15T08:24:25.5510021Z    Compiling serde_spanned v0.6.9
2026-06-15T08:24:25.7011070Z    Compiling h2 v0.4.14
2026-06-15T08:24:25.7657768Z    Compiling tokio-stream v0.1.18
2026-06-15T08:24:25.7760941Z    Compiling ref-cast-impl v1.0.25
2026-06-15T08:24:25.7900829Z    Compiling thiserror-impl v1.0.69
2026-06-15T08:24:25.8519417Z    Compiling n0-watcher v0.6.1
2026-06-15T08:24:25.9261089Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T08:24:26.1451931Z    Compiling iroh-base v0.98.0
2026-06-15T08:24:26.1910672Z    Compiling num_enum v0.7.6
2026-06-15T08:24:26.3070556Z    Compiling tower-http v0.6.11
2026-06-15T08:24:26.3370185Z    Compiling attohttpc v0.30.1
2026-06-15T08:24:26.5381147Z    Compiling spt-store v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T08:24:26.5979563Z    Compiling toml_edit v0.22.27
2026-06-15T08:24:26.6710876Z    Compiling webpki-roots v1.0.7
2026-06-15T08:24:26.8190855Z    Compiling regex-automata v0.4.14
2026-06-15T08:24:26.8320899Z    Compiling schemars_derive v1.2.1
2026-06-15T08:24:26.9647313Z    Compiling seize v0.5.1
2026-06-15T08:24:27.0380772Z    Compiling hmac v0.12.1
2026-06-15T08:24:27.1781344Z    Compiling strum v0.28.0
2026-06-15T08:24:27.2120409Z    Compiling iroh v0.98.2
2026-06-15T08:24:27.3230988Z    Compiling iroh-dns v0.98.0
2026-06-15T08:24:27.3300816Z    Compiling dyn-clone v1.0.20
2026-06-15T08:24:27.4000768Z    Compiling cmov v0.5.4
2026-06-15T08:24:27.4100697Z    Compiling rustix v0.38.44
2026-06-15T08:24:27.4243389Z    Compiling utf8parse v0.2.2
2026-06-15T08:24:27.4611057Z    Compiling bitflags v1.3.2
2026-06-15T08:24:27.5003876Z    Compiling pin-utils v0.1.0
2026-06-15T08:24:27.5551047Z    Compiling nix v0.25.1
2026-06-15T08:24:27.5589462Z    Compiling anstyle-parse v1.0.0
2026-06-15T08:24:27.5590607Z    Compiling filedescriptor v0.8.3
2026-06-15T08:24:27.6045379Z    Compiling ctutils v0.4.2
2026-06-15T08:24:27.7859117Z    Compiling papaya v0.2.4
2026-06-15T08:24:27.7930626Z    Compiling hkdf v0.12.4
2026-06-15T08:24:27.8191879Z    Compiling backon v1.6.0
2026-06-15T08:24:27.8910362Z    Compiling darling_macro v0.23.0
2026-06-15T08:24:27.9350565Z    Compiling serial v0.4.0
2026-06-15T08:24:27.9961074Z    Compiling foldhash v0.1.5
2026-06-15T08:24:28.0640644Z    Compiling downcast-rs v1.2.1
2026-06-15T08:24:28.1270822Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T08:24:28.1661628Z    Compiling instability v0.3.12
2026-06-15T08:24:28.2030918Z    Compiling colorchoice v1.0.5
2026-06-15T08:24:28.2754914Z    Compiling anstyle v1.0.14
2026-06-15T08:24:28.3097745Z    Compiling linux-raw-sys v0.4.15
2026-06-15T08:24:28.3311291Z    Compiling shell-words v1.1.1
2026-06-15T08:24:28.3430877Z    Compiling anstyle-query v1.1.5
2026-06-15T08:24:28.3560527Z    Compiling darling v0.23.0
2026-06-15T08:24:28.3690657Z    Compiling signal-hook-mio v0.2.5
2026-06-15T08:24:28.4150927Z    Compiling hashbrown v0.15.5
2026-06-15T08:24:28.4237963Z    Compiling spake2 v0.4.0
2026-06-15T08:24:28.4672493Z    Compiling terminal_size v0.4.4
2026-06-15T08:24:28.5259761Z    Compiling anstream v1.0.0
2026-06-15T08:24:28.5648760Z    Compiling strum_macros v0.26.4
2026-06-15T08:24:28.6011120Z    Compiling sha1 v0.10.6
2026-06-15T08:24:28.8090723Z    Compiling itertools v0.13.0
2026-06-15T08:24:28.8451942Z    Compiling castaway v0.2.4
2026-06-15T08:24:28.9196403Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T08:24:28.9330695Z    Compiling unicode-width v0.1.14
2026-06-15T08:24:28.9430501Z    Compiling static_assertions v1.1.0
2026-06-15T08:24:29.0200710Z    Compiling clap_lex v1.1.0
2026-06-15T08:24:29.0300733Z    Compiling schemars v1.2.1
2026-06-15T08:24:29.2100442Z    Compiling toml v0.8.23
2026-06-15T08:24:29.2867631Z    Compiling doctest-file v1.1.1
2026-06-15T08:24:29.2980807Z    Compiling indoc v2.0.7
2026-06-15T08:24:29.7863631Z    Compiling spt-msg v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T08:24:29.7997950Z    Compiling regex v1.12.3
2026-06-15T08:24:29.9640846Z    Compiling interprocess v2.4.2
2026-06-15T08:24:30.2452156Z    Compiling spt-runtime v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T08:24:30.6237756Z    Compiling crossterm v0.28.1
2026-06-15T08:24:30.7960332Z    Compiling unicode-truncate v1.1.0
2026-06-15T08:24:30.8470793Z    Compiling clap_builder v4.6.0
2026-06-15T08:24:30.9370579Z    Compiling lru v0.12.5
2026-06-15T08:24:31.0865514Z    Compiling compact_str v0.8.2
2026-06-15T08:24:31.1724984Z    Compiling clap_derive v4.6.1
2026-06-15T08:24:31.2591225Z    Compiling strum v0.26.3
2026-06-15T08:24:31.3736932Z    Compiling iana-time-zone v0.1.65
2026-06-15T08:24:31.6018646Z    Compiling hyper v1.10.1
2026-06-15T08:24:31.7060709Z    Compiling cassowary v0.3.0
2026-06-15T08:24:31.8728254Z    Compiling portable-pty v0.8.1
2026-06-15T08:24:31.9579281Z    Compiling unicode-width v0.2.0
2026-06-15T08:24:31.9851172Z    Compiling chrono v0.4.45
2026-06-15T08:24:32.2050764Z    Compiling ratatui v0.29.0
2026-06-15T08:24:32.2538276Z    Compiling nucleo-matcher v0.3.1
2026-06-15T08:24:32.3320782Z    Compiling spt-term v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T08:24:32.5461078Z    Compiling qrcode v0.14.1
2026-06-15T08:24:33.1179755Z    Compiling spt-live v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T08:24:33.2812583Z    Compiling tempfile v3.27.0
2026-06-15T08:24:33.5943290Z    Compiling hyper-util v0.1.20
2026-06-15T08:24:33.6793436Z    Compiling clap v4.6.1
2026-06-15T08:24:35.8012194Z    Compiling igd-next v0.17.1
2026-06-15T08:24:36.9455891Z    Compiling portmapper v0.16.0
2026-06-15T08:24:40.9524189Z    Compiling rustls-webpki v0.103.13
2026-06-15T08:24:43.2633495Z    Compiling tokio-rustls v0.26.4
2026-06-15T08:24:43.2633891Z    Compiling noq-proto v0.17.0
2026-06-15T08:24:43.2634199Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T08:24:43.3955998Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T08:24:43.3956446Z    Compiling hyper-rustls v0.27.9
2026-06-15T08:24:43.3956759Z    Compiling tokio-websockets v0.13.2
2026-06-15T08:24:43.5194970Z    Compiling reqwest v0.13.4
2026-06-15T08:24:44.4303347Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T08:24:58.1827666Z    Compiling spt-net v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T08:24:59.5544968Z    Compiling spt-daemon v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T08:25:05.9433522Z    Compiling spt v0.7.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T08:25:07.1549916Z warning: function `windows_quote_arg` is never used
2026-06-15T08:25:07.1550369Z    --> crates/spt/src/elevation.rs:227:4
2026-06-15T08:25:07.1550679Z     |
2026-06-15T08:25:07.1550940Z 227 | fn windows_quote_arg(arg: &str) -> String {
2026-06-15T08:25:07.1551241Z     |    ^^^^^^^^^^^^^^^^^
2026-06-15T08:25:07.1551446Z     |
2026-06-15T08:25:07.1551724Z     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
2026-06-15T08:25:07.1552000Z 
2026-06-15T08:25:07.1552160Z warning: function `windows_runas_params` is never used
2026-06-15T08:25:07.1552527Z    --> crates/spt/src/elevation.rs:263:8
2026-06-15T08:25:07.1552827Z     |
2026-06-15T08:25:07.1553072Z 263 | pub fn windows_runas_params(args: &[String]) -> String {
2026-06-15T08:25:07.1553400Z     |        ^^^^^^^^^^^^^^^^^^^^
2026-06-15T08:25:07.1553568Z 
2026-06-15T08:25:09.3457368Z warning: `spt` (bin "spt") generated 2 warnings
2026-06-15T08:25:09.3457782Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-15T08:25:09.3681774Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-bf773ae5031bcf02)
2026-06-15T08:25:09.3694629Z 
2026-06-15T08:25:09.3694791Z running 1 test
2026-06-15T08:25:15.6661063Z test new_brain_serves_against_old_broker ... ok
2026-06-15T08:25:15.6661411Z 
2026-06-15T08:25:15.6661756Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.30s
2026-06-15T08:25:15.6662190Z 
2026-06-15T08:25:15.6877375Z Post job cleanup.
2026-06-15T08:25:15.7556755Z [command]/usr/bin/git version
2026-06-15T08:25:15.7587126Z git version 2.43.0
2026-06-15T08:25:15.7652591Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5c416ca4-b296-4f26-bd55-4f9c1282f010' before making global git config changes
2026-06-15T08:25:15.7653707Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T08:25:15.7656812Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T08:25:15.7687182Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T08:25:15.7715952Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T08:25:15.7901080Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T08:25:15.7920267Z http.https://github.com/.extraheader
2026-06-15T08:25:15.7927184Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T08:25:15.7951690Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T08:25:15.8142558Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T08:25:15.8165388Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T08:25:15.8467526Z Cleaning up orphan processes
2026-06-15T08:25:15.8993109Z Terminate orphan process: pid (2745339) (spt)
